Navigation Bar Customization
data class NavigationBarCustomization(@ColorRes() backgroundColor: Int?, @DimenRes() panelElevation: Int?, headingStyleCustomization: TextCustomization, buttonStyleCustomization: TextCustomization)
Content copied to clipboard
Use this class to provide objects that specify user interface customizations for the navigation bar that appears at the top of the challenge screen for 3DS1 and 3DS2, and includes the screen title and the Cancel button.
Parameters
backgroundColor
Background colour resource reference
panelElevation
Elevation resource reference
headingStyleCustomization
Customisation heading text. Unless set otherwise, the default heading text is “Secure checkout” (or the translated equivalent).
buttonStyleCustomization
Customised text for the Cancel button. Unless set otherwise, the default heading text is “Cancel” (or the translated equivalent).
Constructors
NavigationBarCustomization
Link copied to clipboard
fun NavigationBarCustomization(@ColorRes() backgroundColor: Int? = null, @DimenRes() panelElevation: Int? = null, headingStyleCustomization: TextCustomization = TextCustomization(), buttonStyleCustomization: TextCustomization = TextCustomization())
Content copied to clipboard
Functions
Properties
backgroundColor
Link copied to clipboard
buttonStyleCustomization
Link copied to clipboard
headingStyleCustomization
Link copied to clipboard
panelElevation
Link copied to clipboard